From 1b71346a974abebf717073e503ad35b463708209 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 24 Nov 2000 16:26:43 +0000 Subject: [PATCH] (.SUFFIXES): New target, include .elc .el. --- leim/makefile.nt | 2 ++ leim/makefile.w32-in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/leim/makefile.nt b/leim/makefile.nt index 9d3a1e46637..39195ff1e55 100644 --- a/leim/makefile.nt +++ b/leim/makefile.nt @@ -146,6 +146,8 @@ $(TIT): $(SUBDIRS) $(RUN_EMACS) -l $(buildlisppath)/international/quail \ -f batch-byte-compile $(TIT) +.SUFFIXES: .elc .el + .el.elc: set EMACSLOADPATH=$(buildlisppath) $(RUN_EMACS) -f batch-byte-compile $< diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 2cdf38f0740..3b621924364 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -141,6 +141,8 @@ $(TIT): $(SUBDIRS) $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \ -f batch-byte-compile $(TIT:.elc=.el) +.SUFFIXES: .elc .el + .el.elc: set EMACSLOADPATH=$(buildlisppath) $(SETLOADPATH) $(RUN_EMACS) -f batch-byte-compile $< -- 2.30.2